home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / edwin.arc / EDWIN.HLP < prev   
Encoding:
Text File  |  1985-10-17  |  6.7 KB  |  118 lines

  1.  
  2.  
  3.                    ┌─────────────────────────────────────────┐
  4.                    │ EDWIN - A Window Editor for Programmers │
  5.                    └─────────────────────────────────────────┘
  6.                                TurboPower Software
  7.                                   October, 1985
  8.                  Compuserve 72457,2131. Telephone 408-378-3672.
  9.  
  10.             ┌──────────────────────────────────────────────────────┐
  11.             │      Commands generally match those of WordStar      │
  12.             │       ^OH provides pop-up help for all commands      │
  13.             │   Put filename on command line to avoid this screen  │
  14.             └──────────────────────────────────────────────────────┘
  15.  
  16.   ┌─────────────────────────────────────────────────────────────────────────┐
  17.   │                 Copyright (C) TurboPower Software, 1985                 │
  18.   │        Based on the Borland International Turbo Editor Toolbox          │
  19.   │     Released to the Public Domain for Personal, Non-Commercial Use      │
  20.   └─────────────────────────────────────────────────────────────────────────┘
  21.  
  22.   .....press any key to continue
  23.  
  24.  
  25.                            ┌─────────────────────────┐
  26.                            │ O P E N I N G   M E N U │
  27.   ┌────────────────────────┴─────┬───────────────────┴───┬───────────────────┐
  28.   │    ─Preliminary  Commands─   │  ─System  Commands─   │   ─Help Screen─   │
  29.   │ L  Change drive or path      │ X  EXIT to system     │ Press ^O^H inside │
  30.   │                              │ I  Invoke DOS Shell   │ Editor to get     │
  31.   │   ─Command to open a file─   │ S  Installation Setup │ Scrollable General│
  32.   │ N  Open a non-document file  │                       │ Purpose Help      │
  33.   └──────────────────────────────┴───────────────────────┴───────────────────┘
  34.  
  35.  
  36.  ╔═══════════════════════════════════════════════════════════════════════════╗
  37.  ║ ^Z scrolls help up, ^W scrolls help down, Space Bar returns you to editing║
  38.  ╚═══════════════════════════════════════════════════════════════════════════╝
  39.  
  40.                            ┌────────────────────────────┐
  41.                            │  W I N D O W     H E L P   │
  42.  ┌─────────────────────────┼────────────────────────────┼────────────────────┐
  43.  │ ^OA Add 2nd Window      │ ^OD Delete Current Window  │ ^OW Switch Windows │
  44.  │ ^OG Grow Current Window │ ^OS Shrink Current Window  │ ^OH Pop up Help    │
  45.  └─────────────────────────┴────────────────────────────┴────────────────────┘
  46.  
  47.  
  48.  
  49.  
  50.                       ┌─────────────────────────────────────┐
  51.                       │ M I S C E L L A N E O U S   H E L P │
  52.  ┌────────────────────┴────┬────────────────────────────┬───┴────────────────┐
  53.  │ ^OL Go to line number   │ ^OT Toggle autoindent mode │ ^OV Set undo limit │
  54.  │ ^OI Invoke DOS shell    │ ^OC Toggle case of char    │ ^OM Show Free Mem  │
  55.  │ ^P  Insert Control Char │ ^V  Toggle Overwrite Mode  │ ^U  Interrupt      │
  56.  │ ^QF Find a string       │ ^QA Find and Replace       │ ^L  Find/Rep Again │
  57.  │ ^KX Save and Exit to DOS│ ^KS Save and stay in File  │ ^KD Save and Leave │
  58.  └─────────────────────────┴────────────────────────────┴────────────────────┘
  59.  
  60.  
  61.                            ┌────────────────────────────┐
  62.                            │ P A S C A L   M A C R O S  │
  63.  ┌─────────────────────────┼────────────────────────────┼────────────────────┐
  64.  │ ^JB Up to equal indent  │ ^JM Main program shell     │ ^JF Function shell │
  65.  │ ^JE Down to equal indent│ ^JP Procedure shell        │ ^JR Registers type │
  66.  │ ^JT Toggle Macro Record │ ^JI Insert recorded macro  │                    │
  67.  └─────────────────────────┴────────────────────────────┴────────────────────┘
  68.    Macro Record stores a record of keystrokes (up to 255) until toggled off.
  69.  ^JI will then insert that recording "n" times at the current cursor position.
  70.  
  71.  
  72.                       ┌─────────────────────────────────────┐
  73.                       │ B L O C K S   A N D   M A R K E R S │
  74.  ┌────────────────────┴────┬────────────────────────────┬───┴────────────────┐
  75.  │ ^KB Mark block begin    │ ^QB Move to block begin    │ ^K1 Set marker 1   │
  76.  │ ^KK Mark block end      │ ^QK Move to block end      │     ... up to ^K9  │
  77.  │ ^KV Move block          │ ^KW Write block to file    │ ^Q1 Go to mark 1   │
  78.  │ ^KC Copy block          │ ^KR Read block from file   │     ... up to ^Q9  │
  79.  │ ^KY Delete block        │ ^KH Hide block             │                    │
  80.  └─────────────────────────┴────────────────────────────┴────────────────────┘
  81.              Blocks and Markers can be used across Window boundaries
  82.  
  83.                         ┌─────────────────────────────────┐
  84.                         │ C U R S O R   M O V E M E N T S │
  85.  ┌──────────────────────┴──┬────────────────────────────┬─┴──────────────────┐
  86.  │ ^S  Character Left      │ ^E  Line Up                │ ^R  Page Up        │
  87.  │ ^D  Character Right     │ ^X  Line Down              │ ^C  Page Down      │
  88.  │ ^A  Word Left           │ ^W  Scroll Line Up         │ ^QR Top of File    │
  89.  │ ^F  Word Right          │ ^Z  Scroll Line Down       │ ^QC Bottom of File │
  90.  │ ^QS Begin of Line       │ ^OL Go to line number      │ ^QE Top of Screen  │
  91.  │ ^QD End of Line         │ ^N  Insert Line            │ ^QX Bot of Screen  │
  92.  └─────────────────────────┴────────────────────────────┴────────────────────┘
  93.  
  94.                                ┌─────────────────────┐
  95.                                │ I B M   K E Y P A D │
  96.  ┌─────────────────────────┬───┴─────────────────────┴──┬────────────────────┐
  97.  │ -  Character Left      │     Line Up               │ PgUp  Page Up      │
  98.  │ -  Character Right     │     Line Down             │ PgDn  Page Down    │
  99.  │ ^- Word Left           │ Home Top of Screen         │ ^PgUp Top of File  │
  100.  │ ^- Word Right          │ End  Bottom of Screen      │ ^PgDn Bottom File  │
  101.  │ Ins Toggle Insert Mode  │ Del  Delete char left      │                    │
  102.  └─────────────────────────┴────────────────────────────┴────────────────────┘
  103.  
  104.  
  105.  
  106.  
  107.                            ┌────────────────────────────┐
  108.                            │ D E L E T I N G    T E X T │
  109.  ┌─────────────────────────┼────────────────────────────┼────────────────────┐
  110.  │ ^G  Character Right     │ ^Y  Current Line           │ ^H  Character Left │
  111.  │ ^T  Word Right          │ ^QY To end of line         │ BS  Character Left │
  112.  │ ^KY Marked Block        │ ESC Undelete Last Line     │                    │
  113.  └─────────────────────────┴────────────────────────────┴────────────────────┘
  114.  
  115.  ╔═══════════════════════════════════════════════════════════════════════════╗
  116.  ║ ^Z scrolls help up, ^W scrolls help down, Space Bar returns you to editing║
  117.  ╚═══════════════════════════════════════════════════════════════════════════╝
  118.